home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows2 / havdraw.zip / DEMO.BAT next >
DOS Batch File  |  1991-11-22  |  505b  |  19 lines

  1. echo off
  2. cls
  3. if not exist installh.exe goto noinstall
  4. installh
  5. if errorlevel 1 goto exit
  6. if not exist demo.bat goto noinstall
  7. demo install
  8. goto exit
  9. :noinstall
  10. echo                     Harvard Draw Demo
  11. echo         ===========================================
  12. echo  
  13. echo         Sorry, your Harvard Draw demo disk seems to 
  14. echo         be missing files.  Please make sure the DOS
  15. echo         prompt is set to the drive containing the
  16. echo         demo disk (e.g., "A>").
  17. echo  
  18. :exit
  19.